home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act3 / 00034.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  75 b   |  7 lines

  1. on exitFrame
  2.   global imdone
  3.   if imdone then
  4.     go("endme")
  5.   end if
  6. end
  7.